Skip to content

fix(eks)!: send http traffic on NLB to port 80 on cluster#810

Merged
ckaenzig merged 1 commit into
masterfrom
fix-eks-nlb
Nov 10, 2021
Merged

fix(eks)!: send http traffic on NLB to port 80 on cluster#810
ckaenzig merged 1 commit into
masterfrom
fix-eks-nlb

Conversation

@ckaenzig

Copy link
Copy Markdown
Member

A bug was sending all incoming traffic on the NLB to the port 443 on the
cluster, whether it was http or https. This seems to have been working
anyway in most cases because traefik is able to receive ssl and non-ssl on
the same port.

This commit fixes this behavior and sends incomming http traffic to the port
80 on the cluster. This change might break custom (but bad) ingress
configurations that would expect all traffic to come on port 443.

A bug was sending all incoming traffic on the NLB to the port 443 on the
cluster, whether it was http or https. This seems to have been working
anyway in most cases because traefik is able to receive ssl and non-ssl on
the same port.

This commit fixes this behavior and sends incomming http traffic to the port
80 on the cluster. This change might break custom (but bad) ingress
configurations that would expect all traffic to come on port 443.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants